<% article = AT.GetArticle('event') %>
${article.context.get('context1')}
${article.context.get('context2')}
イベントの予約方法
-
■開催期間
■イベント名
■工務店名
%for contents in article.GetPostsByUpdated(10) :
-
${ contents.GetField('eventdate') }
<% posts = AT.GetPostsByKey('builder',str(contents.key)) %>
%for ct in posts:
${ct.GetField('name')}
%endfor
%for c in contents.categories:
- ${ c.label }
%endfor
%endfor
<%include file="sogokan_bigfooter.html"/>
<%include file="_footer.html"/>
<%include file="_anchor_navi.html"/>